home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ADA Programming Guide
/
ADA Programming Guide.iso
/
ada_gwu
/
adaed
/
spider
/
draw20.ada
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-01-30
|
324 b
|
41 lines
WITH Spider; USE Spider;
PROCEDURE Drawing20 IS
BEGIN
Start;
Black;
Step;
Step;
Step;
Step;
Turn;
Turn;
Turn;
Blue;
Step;
Step;
Step;
Step;
Step;
Step;
Step;
Turn;
Black;
Step;
Step;
Step;
Step;
Step;
Turn;
Step;
Step;
Step;
Step;
Red;
Turn;
Step;
Step;
Step;
Step;
END Drawing20;